home *** CD-ROM | disk | FTP | other *** search
- * Prints the currently loaded drivers, and prints
- * the device table for the device driver specified
- * in the script SCSICOM.SCR
-
- @THREAD DEVTABLE.LOG
- @NEWALIAS SADD SCSIADD.GRA
- SADD DD_OPEN
-
- * 0=Async mode, 1=Sync mode
- SADD SET MODE=1
-
- * prints the loaded drivers
- SADD DD_GETDRIVERS
-
- * importing the script file where the keywords
- * are SET that are common to SCSIADD such as
- * DRVNAME which is the name of the driver and
- * UNITHANDLE which is the handle for the device
- @IMPORT SCSICOM.SCR
-
- * prints the device table
- SADD DD_GETDEVICETABLE
-
- SADD DD_CLOSE
-